proxy Please specify secure port

          All,
          I got following messages said:
          Fri Dec 29 17:09:46 CST 2000:<I> <WebLogicServer> WebLogic Server started
          Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 See release notes for more info
          Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 See release notes for more info
          We use WL as proxy server to host the web. There have another 2 clustering machines behide it running WL 5.1 w/SP6. weblogic.properties in proxy server configured as following:
          # THE WEBLOGIC PROPERTIES FILE
          weblogic.system.listenPort=80
          weblogic.password.system=wwwadmin
          weblogic.allow.execute.weblogic.servlet=everyone
          weblogic.httpd.register.cluster=\
          weblogic.servlet.internal.HttpClusterServlet
          weblogic.httpd.initArgs.cluster=\
          defaultServers=web1:80|web3:80
          weblogic.httpd.defaultServlet=cluster
          weblogic.security.ssl.enable=true
          weblogic.system.SSLListenPort=7003
          weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
          weblogic.security.certificateCacheSize=3
          weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
          weblogic.security.clientRootCA=SecureServerCA.pem
          weblogic.security.certificate.server=democert.pem
          weblogic.security.key.server=demokey.pem
          weblogic.security.certificate.authority=ca.pem
          weblogic.httpd.register.Certificate=utils.certificate
          weblogic.allow.execute.weblogic.servlet.Certificate=system
          weblogic.httpd.enable=true
          weblogic.system.nativeIO.enable=true
          weblogic.system.enableConsole=true
          weblogic.system.executeThreadCount=50
          weblogic.system.maxLogFileSize=1024
          weblogic.httpd.enableLogFile=true
          weblogic.httpd.logFileName=access.log
          weblogic.httpd.enableEvents=false
          weblogic.httpd.session.enable=true
          weblogic.httpd.session.cookie.name=WebLogicSession
          weblogic.allow.execute.weblogic.servlet.classes=everyone
          weblogic.httpd.register.*.html=weblogic.servlet.FileServlet
          weblogic.httpd.register.*.jpg=\
          weblogic.servlet.FileServlet
          weblogic.httpd.register.*.gif=\
          weblogic.servlet.FileServlet
          weblogic.httpd.initArgs.*.html=defaultFilename=index.html
          weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
          weblogic.httpd.initArgs.proxy=redirectURL=http://web1/
          webLOGic.httpd.documentRoot=public_html/
          Your input are very appreciated!
          Brian
          

          There won't have 2 lines proxy server message again. But now i got following message said:
          <Proxy> IOException after server.proxy()....coneection refused
          java.net.Connection: Connection refused
          What's the minimum setting in weblogic.properties to setup a WL as a proxy server. WL will be 5.1 w/ SP6.
          "Ronan Brady" <[email protected]> wrote:
          >Your properties line
          > weblogic.httpd.initArgs.cluster=defaultServers=web1:80|web3:80
          >should read
          > weblogic.httpd.initArgs.cluster=defaultServers=web1:80:7003|web3:80:7003
          >
          >See extract from release notes below:
          >
          >Additional details on ISSUES 31822:
          >
          >The following diagram illustrates the differences between setting
          >secureProxy="ON" and secureProxy="OFF".
          >This feature is set in the WebLogic properties file.
          >
          >secureProxy=ON
          >
          >BROWSER<------>HTTPS------>PROXY<------>HTTPS----->WEBLOGIC SERVER CLUSTER
          >
          >secureProxy=OFF
          >
          >BROWSER<------>HTTPS------>PROXY<------>HTTP----->WEBLOGIC SERVER CLUSTER
          >By passing the secureProxy parameter as an initial argument (in WebLogic
          >init.Args) in the cluster servlet and setting it to ON, SSL between the
          >proxy and the clusters will be enabled. Below is a demonstration of how to
          >turn on the secure proxy feature:
          >
          >weblogic.httpd.register.cluster=weblogic.servlet.internal.HttpClusterServlet
          >weblogic.httpd.initArgs.cluster=\
          >defaultServers=server1:7001:7002|server2:7001:7002,\
          >secureProxy=ON
          >
          >
          >"Brian Lin" <[email protected]> wrote in message
          >news:[email protected]...
          >>
          >> There still has 2 lines message shown on proxy server:
          >> <proxy> Please specify secure port in the properties. Using default ports
          >7001/7002 See release notes fore more info.
          >>
          >> I can see static html on browser now, but servlet and ejb. Before added
          >weblogic.security.SSLListenport on command line, the console will said
          >undefined this property. But it seems to me not working anyway with message
          >returned on proxy server.
          >>
          >>
          >> "Tao Zhang" <[email protected]> wrote:
          >> >It should be weblogic.security.SSLListenPort not
          >> >weblogic.system.SSLListenPort.
          >> >Brian Lin <[email protected]> wrote in message
          >> >news:[email protected]...
          >> >>
          >> >> But proxy server doesn't work in progress (idle).
          >> >>
          >> >> "Tao Zhang" <[email protected]> wrote:
          >> >> >It means that you have to put the listening port and ssl listen port
          >in
          >> >the
          >> >> >2 clustering machines.
          >> >> >If you don't use ssl, you can ignore this message.
          >> >> >
          >> >> >
          >> >> >Brian Lin <[email protected]> wrote in message
          >> >> >news:[email protected]...
          >> >> >>
          >> >> >> All,
          >> >> >>
          >> >> >> I got following messages said:
          >> >> >> Fri Dec 29 17:09:46 CST 2000:<I> <WebLogicServer> WebLogic Server
          >> >started
          >> >> >> Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port
          >in
          >> >the
          >> >> >properties. Using default ports 7001/7002 See release notes for more
          >info
          >> >> >> Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port
          >in
          >> >the
          >> >> >properties. Using default ports 7001/7002 See release notes for more
          >info
          >> >> >>
          >> >> >> We use WL as proxy server to host the web. There have another 2
          >> >clustering
          >> >> >machines behide it running WL 5.1 w/SP6. weblogic.properties in proxy
          >> >server
          >> >> >configured as following:
          >> >> >> -------------------------------------
          >> >> >> # THE WEBLOGIC PROPERTIES FILE
          >> >> >>
          >> >> >> weblogic.system.listenPort=80
          >> >> >> weblogic.password.system=wwwadmin
          >> >> >> weblogic.allow.execute.weblogic.servlet=everyone
          >> >> >> weblogic.httpd.register.cluster=\
          >> >> >> weblogic.servlet.internal.HttpClusterServlet
          >> >> >> weblogic.httpd.initArgs.cluster=\
          >> >> >> defaultServers=web1:80|web3:80
          >> >> >> weblogic.httpd.defaultServlet=cluster
          >> >> >> weblogic.security.ssl.enable=true
          >> >> >> weblogic.system.SSLListenPort=7003
          >> >> >>
          >> >> >>
          >> >>
          >>
          >>>weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticatio
          >n
          >> >S
          >> >> >ervlet
          >> >> >> weblogic.security.certificateCacheSize=3
          >> >> >> weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
          >> >> >> weblogic.security.clientRootCA=SecureServerCA.pem
          >> >> >> weblogic.security.certificate.server=democert.pem
          >> >> >> weblogic.security.key.server=demokey.pem
          >> >> >> weblogic.security.certificate.authority=ca.pem
          >> >> >> weblogic.httpd.register.Certificate=utils.certificate
          >> >> >> weblogic.allow.execute.weblogic.servlet.Certificate=system
          >> >> >>
          >> >> >> weblogic.httpd.enable=true
          >> >> >> weblogic.system.nativeIO.enable=true
          >> >> >> weblogic.system.enableConsole=true
          >> >> >> weblogic.system.executeThreadCount=50
          >> >> >>
          >> >> >> weblogic.system.maxLogFileSize=1024
          >> >> >> weblogic.httpd.enableLogFile=true
          >> >> >> weblogic.httpd.logFileName=access.log
          >> >> >> weblogic.httpd.enableEvents=false
          >> >> >> weblogic.httpd.session.enable=true
          >> >> >> weblogic.httpd.session.cookie.name=WebLogicSession
          >> >> >>
          >> >> >> weblogic.allow.execute.weblogic.servlet.classes=everyone
          >> >> >> weblogic.httpd.register.*.html=weblogic.servlet.FileServlet
          >> >> >> weblogic.httpd.register.*.jpg=\
          >> >> >> weblogic.servlet.FileServlet
          >> >> >> weblogic.httpd.register.*.gif=\
          >> >> >> weblogic.servlet.FileServlet
          >> >> >> weblogic.httpd.initArgs.*.html=defaultFilename=index.html
          >> >> >> weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
          >> >> >> weblogic.httpd.initArgs.proxy=redirectURL=http://web1/
          >> >> >> webLOGic.httpd.documentRoot=public_html/
          >> >> >> -------------------------------------------------
          >> >> >>
          >> >> >> Your input are very appreciated!
          >> >> >>
          >> >> >> Brian
          >> >> >
          >> >> >
          >> >>
          >> >
          >> >
          >>
          >
          >
          

Similar Messages

  • E proxy Please specify secure port in the properties.

    Hi,
              I have a cluster of two weblogic servers as 192.168.80.144 and
              192.168.80.147 both are in NT. I have installed weblogic in both m/c in
              same folder. Do I need to put the same port number ( what port number
              443 ? or anyone ? ) in [weblogic]/weblogic.properties and
              [weblogic]/[mycluster]/weblogic.properties. I have tried putting 443 and
              7001. Then what ip-address will be used to put the request ? I tried to
              request on mycluster:443 and mycluster:7001 where mycluster is the name
              of the cluster in both m/c and there is an entry in hosts file of NT for
              192.168.80.144 and 192.168.80.147 as mycluster.
              After starting the server it says
              Tue May 22 10:00:54 CEST 2001:<I> <Cluster> Adding server
              7537245419133606340S192.168.80.147:[443,443,7002,7002,443,-1]
              to cluster view
              Tue May 22 10:00:58 CEST 2001:<I> <NT Performance Pack> Allocating: '2'
              NT reader threads
              Tue May 22 10:01:05 CEST 2001:<I> <WebLogicServer> WebLogic Server
              started
              Tue May 22 10:01:57 CEST 2001:<I> <ServletContext-General> *.html: init
              When I send the request thru browser it says following:
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in
              the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in
              the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Please suggest me what to do for running the cluster properly.
              Thanx in advance.
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              [att1.html]
              

    Clustering is a big topic that cannot be explained in one post. That was why I suggested the link for a complete explanation. The link does provide tons of information you need to setup a cluster.
              However, here are some pointers for your case as applicable to WebLogic 5.10 clustering (which is what you seem to be running).
              (1) Weblogic properties have the following precedence (properties defined in the first item in the following list override the same properties defined in the second item in the list and so on): command line properties, per-server property file, cluster-wide property file and finally global property file.
              If you installed Weblogic 5.10 under /weblogic and your cluster is called "mycluster" and your server is called "Server1" and you command line script is stored in a file called "startServer1.cmd" under /weblogic, then weblogic will read the properties in the following order (the latest read overrides the same properties from an earlier read):
              (a) /weblogic/weblogic.properties <-- global property file
              (b) /weblogic/mycluster/weblogic.properties <-- cluster-wide property file
              (c) /weblogic/mycluster/Server1/weblogic.properties <-- per-server property file
              (d) properties defined in startServer1.cmd <-- command line properties
              In your case, a good place to place the port number is in the cluster-wide property file (since all servers in the cluster should use the same port). Do not specify any ports in the per-server property file or in the command line properties in this case as they will override the port specified earlier.
              (2) In 5.10, you will typically have a bank of webservers (Apache, Netscape, IIS) in front of the cluster. Several configurations are possible. You can for instance have a hardware load-balancer in front of the webserver. You can then have the DNS serve up the external IP of the load-balancer. Alternatively, you can also do DNS round-robin among the webservers. Clients will then use the DNS name in the URL which will map to either the load-balancer or one of the webservers.
              Check this link out for details on architecture:
              http://www.weblogic.com/docs51/cluster/planning.html#1040272
              Giri
              "Vinay Kumar" <[email protected]> wrote in message news:[email protected]...
              Hi Giri,
              From this very link I got the idea to use weblogic cluster.
              So this is not of much help.
              Thanx.
              Giri Alwar wrote:
              Take a look at the following document: http://www.weblogic.com/docs51/cluster/index.html Giri
              "Vinay Kumar" <[email protected]> wrote in message news:[email protected]... Hi,
              I have a cluster of two weblogic servers as 192.168.80.144 and 192.168.80.147 both are in NT. I have installed weblogic in both m/c in same folder. Do I need to put the same port number ( what port number 443 ? or anyone ? ) in [weblogic]/weblogic.properties and [weblogic]/[mycluster]/weblogic.properties. I have tried putting 443 and 7001. Then what ip-address will be used to put the request ? I tried to request on mycluster:443 and mycluster:7001 where mycluster is the name of the cluster in both m/c and there is an entry in hosts file of NT for 192.168.80.144 and 192.168.80.147 as mycluster.
              After starting the server it says
              Tue May 22 10:00:54 CEST 2001:<I> <Cluster> Adding server 7537245419133606340S192.168.80.147:[443,443,7002,7002,443,-1]
              to cluster view
              Tue May 22 10:00:58 CEST 2001:<I> <NT Performance Pack> Allocating: '2' NT reader threads
              Tue May 22 10:01:05 CEST 2001:<I> <WebLogicServer> WebLogic Server started
              Tue May 22 10:01:57 CEST 2001:<I> <ServletContext-General> *.html: init
              When I send the request thru browser it says following:
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Please suggest me what to do for running the cluster properly.
              Thanx in advance.
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              [att1.html]
              

  • Error: Specify secure port in the property Using ports 7001/7002

              Hi,
              I have two node cluster using WL6.1, and Solaris.
              Then, I also setup NSAPI plug in, and specify 2 nodes
              in obj.conf file. But I tried to browse the URL.
              I have "Secure port in property..." error message.
              I check the SSL property in domain->servers->SERVERNAME
              Enabled:checked
              Listen Port: 9002
              Server Key File Name: config/mydomain/demokey.pem
              Server Certified File Name: config/mydomain/democert.pem
              Server Certifiled Chan File Name: config/mydomain/ca.pem
              Is the above correct setup?
              What am I missing?
              Thanks,
              // hiromu
              

    Ok.. That makes more sense.
              So, before we fix the error message, I want to understand your architecture.
              You have NES(Iplanet) proxying requests to 2 managed servers that are
              clustered.
              Your managed servers also have the HttpClusterServlet setup to proxy back to
              those two instances? I think you may be a bit confused.
              The HttpClusterServlet is usually installed on another instance of
              WebLogic(managed server) if you are not using Iplanet, IIS, or Apache as a
              frontend WebServer. When you use the HttpClusterServlet, that WebLogic
              instance will act as a WebServer proxying requests to OTHER backend WebLogic
              Servers.
              In your case, you probably do not need to use the HttpClusterServlet as you
              are using Iplanet to proxy the requests.
              In any case, here is the fix to your problem:
              Refer to:
              http://e-docs.bea.com/wls/docs61///////adminguide/http_proxy_cluster.html
              The documentation says the format of specifying the defaultServers is
              host1:port:secport|host2:port:secport.
              Therefore, you need to add the secure port even though you aren't using it.
              Let's assume your secure port is 9002, then your entry should be:
              <init-param>
              <param-name>defaultServers</param-name>
              <param-value>cyberia:9001:9002|sun-timmy:9001:9002</param-value>
              </init-param>
              Regards,
              Eric
              "hiromu kato" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Eric,
              >
              > The error message is from the managed server log as
              >
              > ####<Oct 2, 2001 9:26:02 PM PDT> <Notice> <WebLogicServer> <cyberia>
              <cluster2>
              > <ListenThread> <system> <> <000201> <ListenThread liste
              > ning on port 9001, ip address 10.10.102.189>
              > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <Cluster> <cyberia> <cluster2>
              <main>
              > <system> <> <000102> <Listening for multicast messages
              > (cluster bvcluster2) on port 9001 at address 237.0.0.1>
              > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <WebLogicServer> <cyberia>
              <cluster2>
              > <main> <system> <> <000330> <Started WebLogic Managed S
              > erver "cluster2" for domain "mydomain" running in Production Mode>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Info> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101047> <[WebAppS
              > ervletContext(1524862,bv,/bv)] HttpClusterServlet: init>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101048> <Please
              > specify secure port in the properties. Using ports 7001/7002. See release
              notes
              > for more info>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101048> <Please
              > specify secure port in the properties. Using ports 7001/7002. See release
              notes
              > for more info>
              > ****************
              >
              > I got the above error when I set web.xml
              > <?xml version="1.0" ?>
              >
              > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
              1.2//EN"
              > "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              >
              > <web-app>
              >
              > <servlet>
              > <servlet-name>HttpClusterServlet</servlet-name>
              >
              <servlet-class>weblogic.servlet.internal.HttpClusterServlet</servlet-class>
              > <init-param>
              > <param-name>defaultServers</param-name>
              > <param-value>cyberia:9001|sun-timmy:9001</param-value>
              > </init-param>
              > <init-param>
              > <param-name>DebugConfigInfo</param-name>
              > <param-value>ON</param-value>
              > </init-param>
              > </servlet>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>/</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.jsp</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.htm</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.html</url-pattern>
              > </servlet-mapping>
              > </web-app>
              >
              > **********************
              > My obj.conf of the NES is
              >
              > Init fn="load-modules" funcs="wl_proxy,wl_init"
              shlib=/mebsuta/b/webserver/https-http-mebuta-hkato-50005/plugins/libproxy.so
              > Init fn="wl_init"
              >
              > Init fn=load-types mime-types=mime.types
              > Init fn="load-modules"
              shlib="/mebsuta/b/webserver/bin/https/lib/libNSServletPlugin.so"
              >
              funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletServ
              ice"
              > shlib_flags="(global|now)"
              > Init fn="NSServletEarlyInit" EarlyInit=yes
              > Init fn="NSServletLateInit" LateInit=yes
              >
              >
              > <Object name="weblogic" ppath="*/weblogic/*">
              > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
              PathTrim="/weblogic"
              > </Object>
              >
              > <Object name="si" ppath=*/servletimages/*">
              > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
              > </Object>
              >
              >
              > <Object name=default>
              > NameTrans fn="NSServletNameTrans" name="servlet"
              > NameTrans fn="pfx2dir" from="/servlet"
              dir="/mebsuta/a/hkato/docs_50005/servlet"
              > name="ServletByExt"
              > NameTrans fn=pfx2dir from=/ns-icons dir="/mebsuta/b/webserver/ns-icons"
              name="es-internal"
              > NameTrans fn=pfx2dir from=/mc-icons dir="/mebsuta/b/webserver/ns-icons"
              name="es-internal"
              > NameTrans fn="pfx2dir" from="/help"
              dir="/mebsuta/b/webserver/manual/https/ug"
              > name="es-internal"
              > NameTrans fn="pfx2dir" from="/manual"
              dir="/mebsuta/b/webserver/manual/https"
              > name="es-internal"
              > NameTrans fn=document-root root="/mebsuta/a/hkato/docs_50005"
              > Service method="(GET|HEAD|POST|PUT)" type=text/jsp fn=wl_proxy
              WebLogicCluster="cyberia:9001,sun-timmy:9001",
              > PathPrepend=/jspfiles
              > PathCheck fn=unix-uri-clean
              > PathCheck fn="check-acl" acl="default"
              > PathCheck fn=find-pathinfo
              > PathCheck fn=find-index index-names="index.html,home.html"
              > ObjectType fn=type-by-extension
              > ObjectType fn=force-type type=text/plain
              >
              > Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
              > Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
              > Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
              > #AddLog fn=flex-log name="access"
              > </Object>
              >
              > <Object name=cgi>
              > ObjectType fn=force-type type=magnus-internal/cgi
              > Service fn=send-cgi
              > </Object>
              >
              > <Object name="servlet">
              > ObjectType fn=force-type type=text/html
              > Service fn="NSServletService"
              > </Object>
              >
              > <Object name="jsp092">
              > ObjectType fn="type-by-extension"
              > ObjectType fn="change-type" type="magnus-internal/jsp092"
              if-type="magnus-internal/jsp"
              > Service fn="NSServletService" type="magnus-internal/jsp092"
              > </Object>
              >
              > <Object name="ServletByExt">
              > ObjectType fn=force-type type=magnus-internal/servlet
              > Service type="magnus-internal/servlet" fn="NSServletService"
              > </Object>
              >
              > <Object name="es-internal">
              > PathCheck fn="check-acl" acl="es-internal"
              > </Object>
              >
              >
              > Thank you for the help,
              >
              > // hiromu
              >
              

  • There is a problem with the proxy server's security certificate. The name on the security certificate is invalid or does not match the name of the target site "Mailserver"

    Good day Guys
    First of all I am not an Exchange Expert, and I might be asking a very stupid question, but please bare with me. :) 
    While I was on leave our Mail server fell over and The company got a Specialist to help out for the time being.
    We where\are on Microsoft Exchange 2007 , which Fell over, and the specialist was able to recover as much data as he could.
    They then installed Exchange 2013 and tried to migrate everything from 2007 to 2013 and not everything migrated over.
    But the problem is, Outlook Anywhere was enable on 2007 and worked a 100% (before the disaster)
    With Exchange 2013 I get the following error message when trying to connect With Outlook 2013, using an external connection:
    "There is a problem with the proxy server's security certificate. The name on the security certificate is invalid or does not match the name of the target site "Mailserver"
    Outlook is unable to connect to the Proxy server. (Error Code 0)"
    Has anyone had the Similar when migrating over from 2007 to 2013 or is this an Issue on IIS and nothing to do with Exchange migration?
    Your assistance will be greatly appreciated.

    Hi,
    Firstly, I would suggest we use Exchange 2013 FE as the Outlook Anywhere proxy server.
    For the certificate issue, it mostly occurs because the host name that Outlook are trying to access does not match the certificate SAN. Please check with this point. If they do not match, you
    can change the host name by referring to the following article:
    https://support.microsoft.com/kb/940726/en-us?wa=wsignin1.0
    Thanks,
    Simon Wu
    TechNet Community Support

  • Error: "Cannot connect to the provider. Make sure it is running in the specified host/port. Error (12031)"

    Hi,
    EPM version: EPM 11.1.2.1
    When we are using Zoom In Level as All Levels and tring to drill down for dimention of HFM application we are getting below error.
    Error: "Cannot connect to the provider. Make sure it is running in the specified host/port. Error (12031)"
    As we found some solution from comunity , we have performed below workaround but still we are getting same error.
    ·              We have done the changes in mod_wl_ohs.conf file of OHS  with (WLIOTimeoutSecs 3600 and WLIOSocketTimeoutSecs 3600)
    ·              And then restarted OHS and  APS service but still we found same error.
    Could anyone please suggest ,where can we trace its log from web server and the solution for this issue?
         Thanks,
             D.N. Rana

    Hi,
    We have already performed the changes for APS in OHS as mentioned in the solution and the path also same as under OHS.
    Intially we were getting error for "to increase netRetryCould and NetRetryInterval"  as a solution we have added below 3  registry DWORD keys under  path
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
    "KeepAliveTimeout"=dword:00180000                   (26 Minutes)
    "ReceiveTimeout"=dword:00dbba00                      (240 Minutes)
    "ServerInfoTimeout"=dword:00180000                  (26 Minutes)
    Above error resolved but then we received Error"12031"
    Now we have added above 3 DWORD keys under path HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
    and now we are not getting the  error "12031".
    But here we are not getting how it(LB issue) resolved with above solution?
    Thanks,
    D.N.Rana

  • How do i specify the port form where i want to send the mails

    i have smtp server which by default has proxy at port 25.So i want to send the mails through some other port.So how can i specify the exact port in the bean(i am using a bean to send email) so that all the mails through that port.my machine is having public ip.so what i do is Properties prop = new Properties();
    prop.put("mail.smtp.host",hostname);but how do i specify the port name coz this sends the mail at port 25 by default.

    prop.put("mail.smtp.port",portnumber)

  • Exchange 2007 Management shell issue: "There are multiple objects matching the identity "servername" Please specify a unique value"

    I thought this would be an easy answer to an issue I'm facing, but there's a problem executing the solution.
    I'm running Exchange 2007 in a clustered SCC configuration.  The clustered resource is called "DENBURYMAIL."  I want to give my account full mailbox access rights to all the mailboxes in this resource/database.
    I believe I found the solution to this at
    http://technet.microsoft.com/en-us/library/bb310792%28EXCHG.80%29.aspx (about halfway down the page) the instructions read as follows: 
    ==============================
     Q: I have a third-party messaging application that requires full access to each user's mailbox. With Exchange Server 5.5, we grant a special account the Service Account Admin permissions, and then tell the application to use this account. How
    can I achieve similar functionality in Exchange 2007?
    A: Exchange 2007 security works differently from that of Exchange Server 5.5. In fact, Exchange 2007 does not use a site service account. Instead, all services start as the local computer account.
    If your logon account is the Administrator account, a member of the root Domain Administrators, a member of the Enterprise Administrators groups, or a member of the Exchange Organization Administrators role, you are explicitly denied access to all mailboxes
    that are not your mailbox, even if you have full administrative rights over the Exchange system. All Exchange 2007 administrative tasks can be performed without having to grant an administrator sufficient rights to read other people's mail.
    You can achieve the results that you want in the following ways, but do so only in accordance with your organization's security and privacy policies:
    In the Exchange Management Shell, use the following command to allow access to all mailboxes on a given mailbox store:
    Add-ADPermission -identity "mailbox database" -user "serviceaccount" -ExtendedRights Receive-As
    =============================
    But when I run the command (Add-ADPermission -identity "denburymail" -user "matthew.fazio" -ExtendedRights Receive-As) I get an error telling me that "There are multiple objects matching the identity "DENBURYMAIL."  Please Specify a unique value."
    I'm not sure what's causing this-- why are there "multiple objects?"  Is this a problem due to operating in a clustered environment?
    Any assistance would be appreciated!

    It may not be specific enough for the command to understand you.
    Try this:
    Get-MailboxDatabase -Server <servername> | Add-ADPermission -user "matthew.fazio" -ExtendedRights Receive-As

  • Secure port error on Oracle DSEE 11gR1

    Hi,
    I just installed Oracle 11gR1, and trying to run dsconf command, it does not let me run with secure port ( 15389). For example i am trying to run the following command, but i get bind error :
    /var/Sun/mps/dsee7/bin> dsconf analyze-index-filters -h "example.com" -p "15389" "dc=example,dc=com"
    Unable to bind securely on "example.com:15389".
    The "analyze-index-filters" operation failed on "example.com:15389".
    Please help me.
    Thanks, Pamela

    Hi,
    Could you try again with -P instead of -p ?
    Regards,
    -Sylvain

  • Secure port error en HttpClusterServlet config

    According to the release notes, it's now possible to set up SSL
              communications between WLS (proxy) and WLS (app) instances using the
              HttpClusterServlet. However, when I set the secureProxy to "ON", I
              receive a message telling me that I need to define the secure port.
              What is the syntax for defining the secure port? I assume that it is in
              the "defaultServers" parameter of HttpClusterServlet, but haven't gotten
              it to work yet.
              Thanks
              Monte
              

    According to the release notes, it's now possible to set up SSL
              communications between WLS (proxy) and WLS (app) instances using the
              HttpClusterServlet. However, when I set the secureProxy to "ON", I
              receive a message telling me that I need to define the secure port.
              What is the syntax for defining the secure port? I assume that it is in
              the "defaultServers" parameter of HttpClusterServlet, but haven't gotten
              it to work yet.
              Thanks
              Monte
              

  • Specify security provider

    I deploy web application using admin_client.jar. How can i specify security provider manually in command line during or after deployment? after application being deployed it has security provider as "File-Based Security Provider" and i need identity management provider. Thnk
    problem has been solved by adding <jazn provider="LDAP"> to deployment plan and running admin_client.jar with option -deploymentPlan
    Edited by: altimer on Apr 28, 2009 3:38 AM

    We use 3 settings in Forms based auth:
    1 Membership = This contains Users and groups information. (This table also has username and password)
    2 ConnectionString = Connetion details to connect to database is stored here(servername, databasename, username, password, port )
    3 Role = This table contains all the Roles (Admin, contibutor, etc of the data source)

  • What is the proxy setup and the port

    What is the proxy setup and the port

    hadi123 wrote:
    What is the proxy setup and the port
    Could you give a little more detail on your question please.  
    If you looking to setup a proxy server and port so your printer can connect the printer to HP ePrint, you will often find this setting in the embedded webserver of a printer.  Open up a web browser, and type http://<address of your printer> where the address of your printer is an IP address or hostname (such as http://192.168.2.2).  From the EWS, there will be a configuration section for HP ePrint, and you should find options for setting the proxy host and port in this area.
    I work for HP.

  • Please specify short text more precisely

    Hello All
    when i create a free text sc and reffered a material group GOA item text are same.
    sc description text = goa item text same (product category GOA)
    i get this error "Please specify short text more precisely" while creating a PO (classic)
    SAP options to make error message to warning message in ECC Version = 00
    Appl.A = 06
    No. = 474
    Cat = W
    what are the business impacts will be there if i make E to W.
    Br
    muthu

    Hi
    06474 is a MM-PUR error . It will also have effection to MM prochase order process.
    Error message 06 474 with item category W and M contracts occurs if the
    material on the PO has the same short description (text) as a non-stock
    item from the referring contract.
    If you change the description of your short text on the PO item (ex.
    text1) or you insert a material master with a description the error
    message will not appear.
    The error message that is generated is part of standard functionality.
    It is designed to prevent you from having a duplicate material.
    LMEPOF2B
    IF ekpo-ematn IS INITIAL.                               "371796
    IF ekpo-txz01 NE space AND ekpo-konnr NE space AND
       ekpo-txz01 EQ kekpo-txz01 AND
      ( kekpo-pstyp EQ pstyp-munb OR kekpo-pstyp EQ pstyp-wagr ).
       PERFORM enaco_2(sapfmmex) USING '06' '474'.         "371796
       mmpur_metafield mmmfd_short_text.                   "431879
       CASE sy-subrc.                                      "371796
         WHEN 1.                                           "371796
           MESSAGE w474 INTO gl_dummy.                     "371796
           mmpur_message 'W' '06' '474' '' '' '' ''.       "371796
         WHEN 2.                                           "371796
           MESSAGE e474. "specify the short description of the item
        WHEN 3.         "<   message not customized        "371796
           MESSAGE e474.                                   "371796
      ENDCASE.                                             "371796
    ENDIF.
    ENDIF.                                                   "371796
    The code listed above is where the error is generated. When there is no
    material master (EKPO-EMATN) and the short text on the PO (EKPO-TXZ01)
    is the same as the short text on the contract (KEKPO-TXZ01) and the
    contract is item category M (PSTYP-MUNB) or W (PSTYP-WAGR) then the
    error is generated.
    You can set the message to 'W' in SPRO t-code:
    SPRO > Materials Management > Purchasing > Environment Data >
    Define Attributes of System Messages
    I hope this information will help you.

  • I entered calculates hands and more than one account and used a credit card please raise security measure for Visa card and thank you

    I entered calculates hands and more than one account and used a credit card please raise security measure for Visa card and thank you

    Hi Eva B.,
    Please refer to the help document below:
    Adobe Store | Online order and payment FAQ
    Regards,
    Sheena

  • Error in Process-Please specify a valid account assignment error inBackend

    Hi Gurus,
    I am abaper and I am new to SRM technical.
    One Po is already there in SRM 4.0 and ERP with cost center and profit center replicated as it is. But my user is chaning the price of the PO in SRM.  It is showing as 'Error in Process'
    I check in backend error in portal and in rz20  'Please specify a valid account assignment' is error is coming.
    This is technical or functional issue.
    I checked in BBP_PD_PO_TRANSFER_EXEC, BBP_PO_INBOUND i find the error message as SE E181, But how can i rectify this error.
    when they changed the price for other pos it is replicating in backend but why for this po it is giving error, I checked all Cost center and profit center and all are fine...
    Please do the needful.
    Thanks,
    Kiran

    Hi,
    You said change of price in other POs is working fine. Only one PO goes into error.
    Is the cost center, profit center same as the ones in error PO ?
    If it's possible, can you also try this:
    - Create a PO in ERP directly using the same CC, Profit center as account assignment data
    - Check the other account assignment data that got defaulted (e.g. Business area etc) --> Verify whether this data is same in error PO also.
    - Could you create the PO successfully ?
    Best regards,
    Ramki

  • Short text vs contract item text-Please specify short text more precisely

    Hello all
    1. creating free text PO w.r.t material group for reference to material group contract
    2. miselanious - SHORT TEXT vs Contract MATERIAL group miselanious SHORT TEXT are same
    now i get error Please specify short text more precisely
    Why SAP set as E . if i make W . what are the impacts.
    -> Purchasing
    -> Environment Data
    -> Define Attributes of System Messages
    -> System messages (double click on it)
    Add a new entry
    Version = 00
    Appl.A = 06
    No. = 474
    Cat = E
    if i set W , i could create PO successfully. ..
    Why SAP KEPT ERROR for this matter?
    thanks
    Muthu

    Thanks Jurgen
    Note 371796 - Msg 06474: Please specify short text more precisely
    ME21N, ME22N, ME23N
    Message 06474: "Please specify short text more precisely" for a purchase order with reference to a material group contract.
    Additional key words
    ME21, ME22, material description
    Cause and prerequisites
    In the new transactions for the purchase order, the system displays the message for a material group contract with reference, which is correct, if there is an assigned material without a material number and the short text, which was copied to the purchase order from the contract to help you, was not changed to the actual material text. In this case, the short text of the material should be more specific in the purchase order than that for the material group in the contract.
    For situations in which the specification of the purchase order text does not need to be checked, the message could be made adjustable in Customizing.
    In Transaction ME21 and ME22, the text is not copied and must be entered manually. However the system then no longer carries out a check.
    Solution
    For situations in which the specification of the purchase order text for contracts with the item category material group should not be checked, this note enables you to set error message 06474 in Customizing.
    See the advance corrections.
    any impacts what itcause damage to business.
    bullet points. i will freeze the thread.
    Muthu

Maybe you are looking for