SSL with authentication

I would like the SSL/HTTPS configuration with one of my applications. I use the EPG and APEX 4.0.1.

I selected "SSL with authentication" on the authentication scheme-> change. However, he seems to not have changed anything. All pages are still HTTP.

Is there something else that needs to be done?

Thank you very much
Reid

Reid:

This option of authentication scheme made reference to how make LDAP calls, it doesn't have any effect on the protocol used by the server HTTP (XDB HTTP Server in your case). For the XDB HTTP server using the https protocol, you must watch the following documentation:

http://download.Oracle.com/docs/CD/E11882_01/AppDev.112/e16659/xdb22pro.htm#i1026724

Kind regards

Jason

Tags: Database

Similar Questions

  • where can I find ssl with Firefox 33.0

    Where can I find the list of SSL with Firefox 33.0 encryption

    It has been a critical vulnerability discovered in ssl 3.0, so it is better to turn it off and rely on the Protocol tls instead. It is what will make the setting change that I recommended above.

    Otherwise, ssl 3.0 and tls is enabled in firefox anyway - you can test that on a site like https://www.ssllabs.com/ssltest/viewMyClient.html

  • Proxy with authentication Client-side

    Hello

    How is the vWorkspace installation connector when the ClientSide a Proxy is activated with authentication?

    My problem is that the AppPortal cannot load the XML files with the following error:

    "xml document must have a top level element.

    When I download the XML file on the local disk that I can import the XML file, but the Application cannot be started. with the following error:

    "These data are incorrect."

    Need help.

    Thank you

    Jeje

    I discovered that the cause is a filter webcontent (DansGuardian) behind the proxy.

    When avoid us what the connection is working.

    Everyone knows with something like that?

  • Manager certificates 're-record of lstool' failed: 1 / VCSA Certificate Manager Option 1: certificate to replace Machine SSL with certificate custom

    As a result of this post...

    Configuration of VMware vSphere 6.0 CA VMware as a subordinate certification authority

    .. .we have now installed a brand-new VCSA. This is a clean install.

    "In accordance with the recommendation of support, I am now trying to do ' Option 1: certificate to replace Machine SSL with certificate custom" using a Microsoft CA

    This is the error message:

    2016 07-13 T 15: 24:25.268Z of INFORMATION serial number of the certificate manager before replacement: < redacted >

    2016 07-13 T 15: 24:25.268Z of INFORMATION: < redacted Certificate Manager after replacement serial number >

    2016 07-13 T 15: 24:25.268Z INFO-Certificate Manager footprint before replacement:< redacted >

    2016 07-13 T 15: 24:25.268Z INFO-Certificate Manager footprint after replacement:< redacted >

    2016 07-13 T 15: 24:25.268Z certificate MACHINE_SSL_CERT certificate INFORMATION-Manager replaced successfully. Serial number and the fingerprint has changed.

    2016 07-13 T 15: 24:44.90Z ERROR-certificate error when replacing Manager machine SSL Cert, please visit /var/log/vmware/vmcad/certificate-manager.log for more information.

    2016 07-13 T 15: 24:44.91Z "lstool record" has no certificate ERROR Manager: 1

    A pension case is ongoing. But if someone has any ideas?

    <>rant

    It is incredibly frustrating that something (replacement of a SSL certificate) that should be so simple is so hard.

    It's extremely annoying to know that the Certificate Manager is able to completely screw up a VCSA.

    How VMware is justified in the marketing of this new approach ver.6 as a 'simplification' of the management of SSL certificates?

    < / end of rant >

    Thank you

    Robert

    This has been fixed by an Incident of Support VMware

    I don't know how to fix them, but it took over 2 days (except "waiting for a response" time)

  • Helps the function of class of SMTP with authentication

    My server no longer supports the php mail() feature.  I need to use the SMTP class with the authentication function in my php code, and they suggested this to replace it: on-with-authentication-in-php-code http://www.yrhostsupport.com/index.php?/Knowledgebase/Article/View/101/2/smtp-class-functi

    So, I tried, but cannot make it work. This is my test form:

    < are method = "post" action = "forms/sendmail - test2.php" onsubmit = "return checkEmail (this);" >

    < script type = "text/javascript" language = "JavaScript" >

    < /script >

    < fieldset > < legend > news < / legend >

    < Label > name < / label >

    < input type = "text".

    name = "name" size = "30" maxlength = "40" / > < br / >

    < label > < span class = 'redText' > * </span > Email < / label >

    < input name = "email" type = "text" size = "30" maxlength = "40" / >

    < br / >

    < label > < span class = 'redText' > * </span > Message < / label >

    < textarea cols = "40" rows = "5" name = "message" type = "text" / > < / textarea > < br / >

    < / fieldset >

    < input type = "reset" value = "Reset" / >

    < input type = value = "submit" / >

    < / fieldset >

    < / make >

    It's sendmail - test2.php where going to the form. It will not be sent unless I have comment on the first 10 lines.

    <? PHP

    include ('Mail.php');

    //$to = " [email protected] "; "

    $name = $_REQUEST ['name'];

    $email = $_REQUEST ['email'];

    $message = $_REQUEST ['name'];

    $headers = "from: $email";

    $subject = "price quote";

    $fields = array();

    $fields {'name'} = 'Name ';

    $fields {'email'} = 'Email ';

    $fields {'message'} = 'Message ';

    $recipients = ' [email protected] '; //CHANGE

    $headers ['from'] = ' [email protected] '; //CHANGE

    ["to"] = $headers ' [email protected] '; //CHANGE

    $headers ['subject'] = 'Test Message';

    $body = "test message";

    Set the SMTP settings

    $params ['host'] = "levy.dnsbox25.com";

    $params ['port'] = '25';

    $params ["auth"] = "PLAIN";

    $params ["username"] = ' [email protected] '; //CHANGE

    $params ["password"] = "xxxxxx"; CHANGE

    / Next option allows the SMTP debug and will print the SMTP Protocol

    conversation on the page, it will help only with authentication problems. */

    $params ['debug'] = 'true ';

    Create the mail object using the Mail::factory method

    $mail_object = & Mail::factory ('smtp', $params);

    Print the parameters you use for the page

    {foreach ($params as $p)

    echo "$p < br / > ';

    }

    Send the message

    $mail_object-> send ($recipients, $headers, $body);

    ? >

    It used to work well when I used

    $send = mail ($ $subject, $body, $headers);

    $send2 = mail ($from, $subject2, $autoreply, $headers2);

    But they said I can't use it anymore. I'm good with HTML and CSS, but I don't know much about php. Thanks for any help integrating one of in this new code!

    It is to be expected. When you assign a value to a variable that was already assigned, you replace the previous value. You must add. Try this

    $body = "name:". "." $name. "\r\n". "e-mail:". "."  $email. "\r\n". $message

  • Production server has encountered a problem with authentication

    I am creating my first app using DPS app builder, what step have been done correctly, however create the application gives the f

    the following error

    "The production server has encountered a problem with authentication.

    Everyone face this before? How to solve this problem? I can't find anything in the document files

    Sign on dashboard of DPS, agreement with terms and conditions and check your email id. This should solve the problem.

  • The use of SSL with IE via httpService

    Hello

    I read the Wired article http://weblogs.macromedia.com/lin/archives/flex/security/index.cfm on the use of SSL with THE de Lin Lin, however I am confused as how to implement the changes that she mentions. Basically, she mentioned a couple of the reasons why the httpServices would not be able to load data in the event of connection via SSL. I've read about the Adobe TechNote at http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=fdc7b5c & SSP = rss_flashplayer_fdc7b5 c , but it was not clear either.

    1. How can I change the settings of the server have the correct header information?
    2. can I change something in the compiler Flex for SSL and IE?

    It works perfectly in FireFox and Safari, and retrieves the data without any problem. All ideas, information would be appreciated.

    Re 2) in my opinion, there is nothing that you can do on the side of Flex, there seems to be a problem with IE passing data to the FlashPlayer.

    (topic 1), depends on how you generate data on the server. We use Java servlets and the solution is to _not_ set non-cache on the answer when
    dealing with IE.

    R.

  • Help with authentication error [R0107005]

    OS X 10.10.1 and Thunderbird 31.4.0.

    I have two accounts with my ISP (Time Warner). Both use the same password. Suddenly, I am unable to send one of these accounts (works well for months). There has been no change before this problem. After that the problem began, I've updated Thunderbird to 31.4.0.

    When I try to send from the affected account, I get this error message:

    An error occurred while sending mail. The mail server responded: authentication is needed before sending it [R0107005]. Please make sure that your e-mail address is correct in your e-mail preferences and try again.

    I am able to send from this account by using the access webmail, but not Thunderbird.

    Troubleshooting information follows. I appreciate any assistance.

     Application Basics
    
       Name: Thunderbird
       Version: 31.4.0
       User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
       Profile Folder: Show in Finder
       Application Build ID: 20150109111741
       Enabled Plugins: about:plugins
       Build Configuration: about:buildconfig
       Memory Use: about:memory
    
     Mail and News Accounts
       account1:
         INCOMING: account1, , (none) Local Folders, plain, passwordCleartext
    
       account3:
         INCOMING: account3, , (pop3) mail.twc.com:110, plain, passwordCleartext
         OUTGOING: smtp-server.roadrunner.com:587, plain, none, true
    
       account4:
         INCOMING: account4, , (pop3) mail.twc.com:110, plain, passwordCleartext
         OUTGOING: smtp-server.roadrunner.com:587, plain, none, true
    
     Crash Reports
    
     Extensions
    
     Important Modified Preferences
    
       Name: Value
    
         accessibility.typeaheadfind.flashBar: 0
         browser.cache.disk.capacity: 358400
         browser.cache.disk.smart_size_cached_value: 358400
         browser.cache.disk.smart_size.first_run: false
         browser.cache.disk.smart_size.use_old_max: false
         extensions.lastAppVersion: 31.4.0
         font.internaluseonly.changed: true
         mail.openMessageBehavior.version: 1
         mail.spotlight.firstRunDone: true
         mailnews.database.global.datastore.id: 677c277e-84f2-5245-9c66-47b73a933dc
         network.cookie.prefsMigrated: true
         places.database.lastMaintenance: 1422571014
         places.history.expiration.transient_current_max_pages: 104858
         places.history.expiration.transient_optimal_database_size: 85899344
         plugin.importedState: true
         plugin.state.adobepdfviewernpapi: 0
         plugin.state.divxbrowserplugin: 0
         plugin.state.silverlight: 0
    
     Graphics
    
         Vendor ID: 0x8086
         Device ID: 0x a26
         WebGL Renderer: false
         GPU Accelerated Windows: 1/1 OpenGL
    
         AzureCanvasBackend: quartz
         AzureSkiaAccelerated: 0
         AzureFallbackCanvasBackend: none
         AzureContentBackend: quartz
    
     JavaScript
    
     Incremental GC: 1
    
     Accessibility
    
       Activated: 0
       Prevent Accessibility: 0
    
     Library Versions
    
         Expected minimum version
         Version in use
    
         NSPR
         4.10.6
         4.10.6
    
         NSS
         3.16.2.3 Basic ECC
         3.16.2.3 Basic ECC
    
         NSS Util
         3.16.2.3
         3.16.2.3
    
         NSS SSL
         3.16.2.3 Basic ECC
         3.16.2.3 Basic ECC
    
         NSS S/MIME
         3.16.2.3 Basic ECC
         3.16.2.3 Basic ECC
    

    I have read how to have multiple identities of SMTP and followed the instructions. It works fine now. Thanks again for your help.

  • SSL VPN authentication using the ad group

    Hi all

    I tried to restrict users to authenticate to the SSL VPN using an ad server. I have install the AAA server with the IP address of the AD server and attributed to the connection profile as well; However, I see that any user who is a member of a group in AD is able to authenticate.

    I want to only users who belong to the group "VPN users" get authenticated while everyone and all those who have credentials of the AD and not even a part of the 'VPN users' group is making authenticated.

    Can someone advice how I can make the ASA authenticate users based on ad groups? I use the ASDM to configure my VPN RA.

    Thanks in advance!

    Kind regards

    Riou

    Hey riri,.

    Try to use DAP to restrict access to users who belong to a specific ad group:

    https://supportforums.Cisco.com/document/7691/ASA-8X-dynamic-access-poli...

    Use the AAA attribute "LDAP .member of" to allow access to the users belonging to a specific group and deny access to other users.

    concerning

    Eric

  • A bug of SSL with the Firefox 6.0.1

    I just upgraded to Firefox 6.0.1 and Firefox now says that the https://www.focusireland.ie site is not reliable because because no issuer channel was provided. There is no problem with the SSL certificate (you can check the URL of the site here - http://www.digicert.com/help/) then why has this suddenly presented error? No changes on the site and the Cert is valid for one additional year. It allows to work perfectly with no error message but now it shows the error. I know that I can make an exception on my browser, but this makes the site unsafe for other users. This is a major problem because this site is for a large charity Irish and he will have a big impact on donations.

    This site works perfectly on all other browsers.

    Any help would be greatly appreciated.

    Thank you!

    The server does not send a required intermediate certificate (COMODO High Assurance Secure Server CA).

    You can test the certificate through a site like this string:

    You must install all the intermediate certificates on a server to operate properly with all browsers.

  • Safari/SSL with SiteGround problem

    I'll have a bit of a TIFF with SiteGround technical support.  In my view, there is a problem with their server configuration, and they believe that it is a problem with Safari.  (I think it's a little of both.)  Since they cannot reproduce the problem, I'm having a time difficult to convince to take measures (they sent me here).

    If you could take a few minutes to perform a test and enter your results, I'd be very happy.

    1. Using Safari, go to https://goatdata.com/timeouttest.php
    2. Wait about 2 minutes and click on "CLICK HERE" which reloads the page.
    3. On the problem machines, Safari will wait indefinitely to load the page, click on the 2nd.  Never, it throws an error or expires - it's right there loading forever.  If this happens to you, you many need to stop loading until you enter your results.
    4. Enter your results.

    So far, I have found this problem with Safari on El Capitan, but I only have a limited number of Mac allotted to me for the test.  When Safari crashes, the server does not record demand, so it seems to be a problem of communication on a lower layer (SSL?).  It is also a function of time as if it were the TTL (Time To Live) associated with the startup problem in about 90 seconds of inactivity.

    If someone has experienced something similar, I would love to hear from you.  And if anyone knows a solution, it would be even better.

    Try another browser as a test.

    Firefox

  • How to encrypt or use ssl with RDP connections

    I have my setup (2003) of the home server so that I can make the connections Office XP and other clients remotely.  I configured RDP on the server to use a non-standard port.  For example, I log from the client with something like mydomain.com:1234.

    It is working very well, but I wonder if there is a way I can encrypt or use ssl to connect.  If so, do I need to do something on the server, clients, or both?  I am a novice when it comes to network configurations so I need step by step instructions.

    Thanks for your help, Dave.

    Hello

    Make sure you use the version 6 and above of the RTD.

    V6 and above all have its own encryption of channels.

    http://en.Wikipedia.org/wiki/Remote_Desktop_Protocol

    Jack-MVP Windows Networking. WWW.EZLAN.NET

  • question links to site 2 site VPN with authentication cert

    Currently we are accumulate tunnel site-2-site VPN with our client. Usually we use pre-shared key as authentication with other customers without any problems, but it must use authentication cert with her this time. But the question is that our CA is different from theirs. I tried a few times, but he failed. Is it someone please let me know that he must have the certificate issued by the same certification authority to create the VPN tunnel?

    Thank you very much!

    Hello

    You can read this document to get a simple example of setting up a VPN S2S using certificates on an ASA:

    http://www.Cisco.com/en/us/products/ps6120/products_configuration_example09186a0080aa5be1.shtml

    Basically the sides must have the same certification authority and If there is an intermediate certificate that must be installed also. The ASA 2 will generate a CSR (certificate access code request), now then PKI will create a certificate for both parties, commonly called "certificate of identity".

    Please pass a note and mark as he corrected the post helpful!

    David Castro,

    Kind regards

  • ACS with AD-with authentication of twins

    Hi gurus

    I want to integrate my 5.1 ACS with AD, my request is to check first for the machine authentication. If the machine authentication passes the customer name to username/password must be validated and customer should be in VLAN X. If the computer authentication fails, the user/password customer name must be validated. If authentication is successful the customer should be put into VLAN Y

    Let me know if this is possible

    Thank you

    NikhiL

    Nikhil,

    You can set a condition in your authorization policy and check whether the machine authentication has been made and your result out of this basic requirement.

    Here's a guide that corresponds to your questions:

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1235978

    Thank you

    Tarik Admani

  • SSL VPN authentication using different sequences of identity Sources

    Morning,

    At the moment we have SSL VPN configuration passing security to GBA. This is accomplished by using strong authentication. GBA the

    Sequence identity Sources is WBS then AD.

    We want to implement on the same firewall a few users select proper respect by AD authentication, they will have a group name different tunnel connecting etc.

    GBA im not sure how I would setup two sequences of Sources Identidy therefor using the same Service selection rule. At the moment I have if RAY and IP is XXX then political use of XXX

    We are currently installed ISE so in the not to distant future is ACS can not do this can ISE?
    If it's confusing that I can extend were nesscessary
    Thank you

    S

    Hello

    I don't know how it looked like GBA but on its flexible ISE

    If the rule is simple

    If the RADIUS request is device ASA type formed then check the tunnel-group-name attribute (146) and will benefit from its interventions to the string value choose LOCAL or AD store.

    hope this helps

    concerning

Maybe you are looking for

  • Cannot connect hotmail with firefox on ubuntu 12.04 14.0.1 account

    I try to login in hotmail ff.but hotmail account ask me about my phone number and cannot connect my hotmail

  • Lenovo touch, Z400 problems of brightness in Windows 10

    I just upgraded my Windows 10 laptop and when I started the brightness on my screen was very low. I tried to adjust the brightess I normally would (Fn + F11 (or F12)), but it does not change even if the brightness it recongnizes me wanted to change.

  • Win7 SP1 - "Standard Enhanced PCI to USB Host Controller" does not start now

    After I installed Win7 ultimate SP1 fine, I've now that in the Device Manager for the "Standard Enhanced PCI to USB Host Controller" device: Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or so

  • Store other types of file on Clip +?

    Just curious, it may use the Clip + (especially an external micro SD card) to store other types of files (images, word processing documents and other files that are not readable/playable by the Clip +, IE)? Indeed, it would be like using the Clip + f

  • 4525 proBook s accessories

    Hello. I have two things to ask, firt both the question of the title. Where can I find accessories for my laptop. For example, I want to get the CD-ROM with battery, add RAM, or maybe connect location ExpressCard SSD. But I can't find it on the inter