Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Apache2 mit ssl: Method not allowed

Empfohlene Antworten

Veröffentlicht

Hallo

Ich habe den Apache2 mit ssl konfiguriert. Klappt auch alles bestens. Nun möchte ich aber ein Verzeichnis nur für Clients, die ein gültiges Zertifikat haben, zulassen. Der Zugriff funktioniert auch jedoch bringt der Apache bei jeder 2. post-request die Meldung:

Method Not Allowed

The requested method POST is not allowed for the URL

Wenn ich auf die php-Skripte ohne ssl zugreife, klappt dies ohne Probleme.

Für ssl habe ich den VirtualHost 1:1 von dem 80er übernommen:

<VirtualHost mydomain:443>

    ServerAdmin     mail

    DocumentRoot  path # same as port 80


    ServerName    mydomain


    SSLEngine on

    SSLCertificateFile /etc/apache2/ssl/servercert.pem

    SSLCertificateKeyFile /etc/apache2/ssl/serverkey.pem


    <Directory path/ssl/>

      SSLVerifyClient require

      SSLVerifyDepth 1

      SSLCACertificateFile ssl/ca.pem

      SSLCACertificatePath ssl

      SSLRequireSSL

      SSLOptions +StdEnvVars +ExportCertData

   </Directory>

</VirtualHost>

Leider kommt diese Fehlermeldung nicht immer.

Kann mir jemand helfen?

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.