English 中文(简体)
SSL Error on Port 443, p. is not show and due effect 404
原标题:SSL Error on Port 443, Page is not showing and resulting in error 404

我最近不得不找到一种办法,在10月1日之前,作为面对面的手法,为我的领域取得SSL证书。

因此,我在服务器上签署并安装了开端证书。

现在,我的问题是,当我试图进入我的一个网站时,我总是要求我对我的证书(当时是oka)作例外处理,但在创立这一例外之后,我的服务器——我知道一个有线人背的灯服务器——向我发射一个404页没有发现通知。

404 Not Found
The server can not find the requested page:

greentomatocars.com.au/fbtab/booking (port 443)
Please forward this error screen to greentomatocars.com.au s WebMaster.

A faceBook Tab HTTPS Site

任何诊断都知道这个问题是什么?

任何答复都将受到赞赏。

最佳回答
问题回答

Once you installed ther certificates, you have to activate SSL via

Security -> SSL/TLS Manager -> Activate SSL on Your Web Site (HTTPS)

如果你去掉404个,那么你的特别权力机构就是完美的工作,因为“404”是通过特别权力移交的。 我将调查actual问题,即404。

i had similar problem on a server with few hosts (currentlly only one with https support)

i 在

我认识到这个问题已经4年了。

如果您能够查阅其根基域的html网页(say https://midomain.com/),但如,https://midomain.com/,则页数。 给你一个<代码>404 并非“创始<>/代码>错误”,那么你可能需要在<代码>上添加这些字句:

(第2.4页)

 <Directory />
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All

    Order deny,allow
    Allow from all
  </Directory>




相关问题
ssl on login form?

I have SSL on my website....when the user logs in from a http page the form action is sent to https page, would this still secure the posted data? Or would it be better to have the form and the page ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Why can t I find the truststore for an SSL handshake?

I m using the Spring RESTTemplate on the client side to make calls to a REST endpoint. The client in this case is a Spring app and Tomcat is the servlet container. I m running into issues making a ...

To add more parameter for my http header for SSL/TLS

As far as I understand, https is http plus SSL/TLS. What do I need to do if I want to add 3 more parameters for the header? I found a file inside Mozilla s NSS - ssl3ext.c, but I don t understand it ...

Why am I getting handshake_failure with Java SSL cert?

I m trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same client certificate via ...